home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 April
/
Software of the Month Club 1996 April.iso
/
mac
/
Education
/
LogoMation 1.1.1 ƒ
/
LogoMation 1.1.1
/
LogoMation 1.1.1.rsrc
/
STR_134_help_Repeat.txt
< prev
next >
Wrap
Text File
|
1996-01-27
|
226b
|
5 lines
Repeat n
Repeat var,from,to
Repeat var,from,to,step
In its first form, the command loops n times. In the second and third forms it sets var=from, and loops till var=to, incrementing it by step each time (step defaults to 1).